# Theme Name  : Alphacube 0.5
# Author(s)   : Ciccio Bueo
# Description : Simple theme
# License     : GPL

style "alphacube-default"
{
  GtkButton      ::default_border    = { 0, 0, 0, 0 }
  GtkRange       ::trough_border     = 0
  GtkPaned       ::handle_size       = 6
  GtkRange       ::slider_width      = 15
  GtkRange       ::stepper_size      = 15
  GtkScrollbar   ::min_slider_length = 30
  GtkCheckButton ::indicator_size    = 12
  GtkMenuBar     ::internal-padding  = 0
  GtkTreeView    ::expander_size     = 14
  GtkExpander    ::expander_size     = 16

  GtkTreeView::even_row_color = "#ffffff"
  GtkTreeView::odd_row_color = "#eaeaec"
  
  GtkScrollbar::has_secondary_backward_stepper 	= 1
  GtkScrollbar::has_secondary_forward_stepper 	= 0
  
  xthickness = 1
  ythickness = 1

  fg[NORMAL]		= "#000000"
  fg[PRELIGHT]		= "#202020" 
  fg[SELECTED]		= "#ffffff"
  fg[ACTIVE]		= "#000000"
  fg[INSENSITIVE]	= "#a8a8a8"
  
  bg[NORMAL]		= "#F7F7F7" 
  bg[PRELIGHT]		= "#ffffff" 
  bg[SELECTED]   	= "#8c8b8b" 
  bg[ACTIVE]		= "#D6D6D6" 
  bg[INSENSITIVE]	= "#d9d9d9" 

  base[NORMAL]     	= "#FFFFFF"
  base[PRELIGHT]   	= "#6a6868" 
  base[SELECTED]   	= "#dcdcdc" 
  base[ACTIVE]     	= "#c0c0c0"
  base[INSENSITIVE]	= "#f5f5f5"

  text[NORMAL]		= "#000000"
  text[PRELIGHT]	= "#000000"
  text[SELECTED]	= "#ffffff" 
  text[ACTIVE]		= "#000000"
  text[INSENSITIVE]	= "#a8a8a8"
  

  NautilusIconContainer::highlight_alpha=160

  NautilusIconContainer::dark_info_color="#000000"

  NautilusIconContainer::light_info_color="#ffffff"

  engine "clearlooks" 
  {

    menubarstyle      = 2
    menuitemstyle     = 0
    listviewitemstyle = 0
    progressbarstyle  = 0
  }
}



style "alphacube-wide" = "alphacube-default"
{
  xthickness = 2
  ythickness = 2
}

style "alphacube-button" = "alphacube-default"
{
  xthickness = 3
  ythickness = 3
  bg[NORMAL] = "#F5F6F7" 
}

style "alphacube-notebook" = "alphacube-wide"
{
  bg[NORMAL] = "#EFEFEF"
  bg[INSENSITIVE] = "#EFEFEF"
}

style "alphacube-tasklist" = "alphacube-default"
{
  xthickness = 5
  ythickness = 5
}

style "alphacube-menu" = "alphacube-default"
{
  xthickness = 2
  ythickness = 1
  bg[NORMAL] = "#ffffff"

}

style "alphacube-menu-item" = "alphacube-default"
{

  xthickness = 2
  ythickness = 3
  fg[PRELIGHT] = "#ffffff"
  text[PRELIGHT] = "#ffffff"
}

style "alphacube-menu-itembar" = "alphacube-default"
{
  xthickness = 3
  ythickness = 3
}

style "alphacube-tree" = "alphacube-default"
{
  xthickness = 2
  ythickness = 2
  
}

style "alphacube-frame-title" = "alphacube-default"
{
  fg[NORMAL] = "#404040"
}

style "alphacube-panel" = "alphacube-default"
{
  xthickness = 3
  ythickness = 3
}

style "alphacube-tooltips" = "alphacube-default"
{
  xthickness = 4
  ythickness = 4
  bg[NORMAL]		= "#ffffff"
}

style "alphacube-progressbar" = "alphacube-default"
{
  xthickness = 1
  ythickness = 1  
  fg[PRELIGHT]  = "#ffffff"
}

style "alphacube-combo" = "alphacube-default"
{
  xthickness = 2
  ythickness = 3

}

style "alphacube-scrollbar" = "alphacube-default"
{
	bg[NORMAL] = "#EDF0F2"
	bg[PRELIGHT] = "#f5f5f5"			
			
}
class "GtkScrollbar" style "alphacube-scrollbar"



style "panelbg" {
  bg_pixmap[NORMAL] = "panel-bg.png"
  bg_pixmap[INSENSITIVE] = "<parent>"
  bg_pixmap[PRELIGHT] = "<parent>"
  bg_pixmap[SELECTED] = "<parent>"
  bg_pixmap[ACTIVE] = "<parent>"
}
class "Panel*" style "panelbg"



# widget styles
class "GtkWidget" style "alphacube-default"
class "GtkButton" style "alphacube-button"
class "GtkCombo"  style "alphacube-button"
class "GtkRange"  style "alphacube-wide"
class "GtkFrame"  style "alphacube-wide"
class "GtkMenu"   style "alphacube-menu"
class "GtkEntry"  style "alphacube-button"
class "GtkMenuItem"    style "alphacube-menu-item"
class "GtkStatusbar"   style "alphacube-wide"
class "GtkNotebook"    style "alphacube-notebook"
class "GtkProgressBar" style "alphacube-progressbar"

widget_class "*MenuItem.*" style "alphacube-menu-item"

# combobox stuff
widget_class "*.GtkComboBox.GtkButton" style "alphacube-combo"
widget_class "*.GtkCombo.GtkButton"    style "alphacube-combo"

# tooltips stuff
widget_class "*.tooltips.*.GtkToggleButton" style "alphacube-tasklist"
widget "gtk-tooltips" style "alphacube-tooltips"

# treeview stuff
widget_class "*.GtkTreeView.GtkButton" style "alphacube-tree"
widget_class "*.GtkCTree.GtkButton" style "alphacube-tree"
widget_class "*.GtkList.GtkButton" style "alphacube-tree"
widget_class "*.GtkCList.GtkButton" style "alphacube-tree"
widget_class "*.GtkFrame.GtkLabel" style "alphacube-frame-title"

# notebook stuff
widget_class "*.GtkNotebook.*.GtkEventBox" style "alphacube-notebook"
widget_class "*.GtkNotebook.*.GtkViewport" style "alphacube-notebook"
